home *** CD-ROM | disk | FTP | other *** search
Text File | 1999-06-25 | 622 b | 39 lines | [TEXT/CWIE] |
- #define SystemSevenOrLater 1
- #include "ConditionalMacros.r"
- #include "Types.r"
- #include "Menus.r"
- #include "Dialogs.r"
- #include "Finder.r"
-
- resource 'DLOG' (129) {
- {62, 81, 82, 101},
- movableDBoxProc,
- invisible,
- noGoAway,
- 0x0,
- 129,
- "Monitor",
- alertPositionMainScreen
- };
-
- resource 'DITL' (129) {
- { /* array DITLarray: 0 elements */
- }
- };
-
- resource 'dctb' (129) {
- { /* array ColorSpec: 5 elements */
- /* [1] */
- wContentColor, 65535, 65535, 65535,
- /* [2] */
- wFrameColor, 0, 0, 0,
- /* [3] */
- wTextColor, 0, 0, 0,
- /* [4] */
- wHiliteColor, 0, 0, 0,
- /* [5] */
- wTitleBarColor, 65535, 65535, 65535
- }
- };
-
-